From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:08:39 +0000 (+0000) Subject: (wordify): Use empty_unibyte_string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18515 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e14d10a430a05a9753218ae6624c6a26ad401a81;p=emacs.git (wordify): Use empty_unibyte_string. --- diff --git a/src/search.c b/src/search.c index abc28619199..c9c6dfdd242 100644 --- a/src/search.c +++ b/src/search.c @@ -2095,7 +2095,7 @@ wordify (string) if (SYNTAX (prev_c) == Sword) word_count++; if (!word_count) - return empty_string; + return empty_unibyte_string; adjust = - punct_count + 5 * (word_count - 1) + 4; if (STRING_MULTIBYTE (string))